body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    font-family: "Times New Roman", Times, serif; font-style: italic;
    color: #424242;
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-image: url('loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    letter-spacing: 3px;
    font-size: 16px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}.about-news {
	height: auto;
	width: 1200px;
	padding-top: 50px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.about1 {
	float: left;
	height: auto;
	width: 600px;
	margin-left: 18px;
}
.about2 {
	float: left;
	height: auto;
	width: 500px;
	margin-left: 50px;
	overflow: hidden;
}
.sub-heading ul{
}
.sub-heading ul li{
	width:100%;
	line-height:30px;
}
.sub-heading ul li span{
	float:right;
}
.sub-heading ul li a{
	color:#333;
}
.sub-heading ul li a:hover{
	text-decoration:underline;
	color:#F03;
}

@media screen and (max-width: 640px){

.about1 {
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width: 100%;
}
.about2 {
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width: 100%;
}
}
.dn-nav {
	color: #333;
	text-align: center;
	float: right;
	height: 75px;
	width: 100px;
	padding-top: 20px;
	font-family: "微软雅黑";
}
.dn-nav:hover {
	color: #333;
	text-align: center;
	float: right;
	height: 75px;
	width: 100px;
	padding-top: 20px;
	font-family: "微软雅黑";
	background-color: #ff5d41;
	color: #FFF;
}
.anli-tubiao {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #cc0000;
	text-align: center;
	height: 40px;
	width: 100px;
}
.jinguan{
	float:left;
}.bu-anli1 {
	height: 35px;
	width: 38%;
	margin-right: auto;
	margin-left: auto;
}
.bu-anli2 {
	float: left;
	height: 30px;
	width: 80px;
	margin-right: 10px;
	line-height: 30px;
	color: #C90;
}
.bu-anli2 a{
	color: #C90;
}
.bannceq {
	height: auto;
	width: 100%;
	margin-top: 75px; margin-bottom:20px;
}
.dlotodianli {
	height: auto;
	width: 1160px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.dina1 {
	float: left;
	height: 160px;
	width: 250px;
	margin-right: 15px;
}
.dina2 {
	float: right;
	height: 160px;
	width: 250px;
}
.news102 {
	font-size: 14px;
	line-height: 40px;
	color: #666;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	height: 40px;
	background-image: url(n.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
.news102 a{
	color:#666;
}.page-new {
	text-align: center;
	height: 50px;
	width: 100%;
	margin-top: 20px;
}
.pagnation { text-align: center; margin-top: 32px; }
.pagnation a { display: inline-block;   margin-left: 4px; font-size: 16px; vertical-align: top; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.pagnation a:hover { color: #fff; text-decoration: none }
.pagnation .page-prev, .pagnation .page-next { line-height: 555px; }
.pagnation .page-prev { background-position: -35px -29px; }
.pagnation .page-prev:hover { background-position: -35px -64px; }
.pagnation .page-next { background-position: -70px -29px; }
.pagnation .page-next:hover { background-position: -70px -64px; }
.pagnation .current { background-position: 0px -64px; color: #fff }
.pagnation-tips { margin-top: 10px; color: #999; text-align: center }
.picall1 {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f1f0f0;
}
.picall2 {
	float: left;
	height: auto;
	width: 25%;
}
.picall3 {
	height: auto;
	width: 50%;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	font-size: 12px;
}
.picall4 {
	float: right;
	height: 35px;
	width: 15%;
	text-align: center;
	line-height: 35px;
	margin-right: 20px;
}
.cp-meiq {
	background-color: #f1f1f1;
	float: left;
	height: 180px;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 20px;
	line-height: 50px;
}
.cp-meiq:hover {
	background-color: #ff5d41;
	color: #FFF;
}
.cp-meiq a{
	color: #333;
	font-family:"微软雅黑";
}
.cp-meiq a:hover{
	color: #fff;
}
.lanrenzhijia{
	width: 600px;
	height: 280px;
	overflow: hidden;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box li{ width:120px;height:280px;margin-left:4px;float:left;overflow:hidden;position:relative;}
.toll_img{ width:120px;height:280px;}
.toll_info{ height:280px;vertical-align:middle;display:table-cell;}
.box li .box1{ color:#666;text-decoration:none;position:absolute;top:0;left:0;cursor:pointer;}
.dn-nav span{
	font-family:"Microsoft Yahei","Hiragino Sans GB" ,Arial,Lucida,Verdana,SimSun,Helvetica,sans-serif;

}

.maoonav {
	height: 75px;
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
}
.footer{
	height: 200px;
	padding-top: 31px;
	padding-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 1150px;
	margin-bottom: 40px;
}
.ma{
	width: 128px;
	height: 155px;
	background: #fff;
	float: left;
	cursor: pointer;
}
.ewm{
	float: left;
	height: 160px;
	width: 392px;
	border-right: #4b4f59 solid 1px;
}
.ma img{
    margin: 10px 0px 0px 14px;
    float: left;
  
}
.ma .tits{
	text-align:center;
	font-size:14px;
}
.tits{
	font-family:"微软雅黑";
	margin-top:10px;
}
.ma span{
     color: #555555;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 25px;
    float: left;
    background-color: #cacaca;
}
.imgss{
	background: #fff;
	display: none;
	padding: 0px;
}
.insay{
	float: left;
	width: 240px;
	height: 100%;
	margin-left: 23px;
	text-align: left;
}
.insay span{
	line-height:25px;
	font-size:12px;
}
.bshare-custom{
    margin-left: 3px;
    margin-top: 15px;
    float:left;
}
.bshare-custom a{
    display: block;
    padding-left: 0px!important;
    height:16px;
    float:left;
}
.bshare-custom a span{
    background: url("../img/href.png") no-repeat!important;
    height:16px;
    margin: 0px;

}
.bshare-custom .jiathis_button_tsina span{
    background-position: 4px 3px!important;
}
.bshare-custom .jiathis_button_weixin span{
    background-position: -22px 3px!important;
}
.bshare-custom .jiathis_button_renren span{
    background-position: -50px 3px!important;
}
.insay span{
    color:#fff;
    font-size: 14px;
    line-height: 24px;
}
.insay p{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    font-family: "Arial";
    margin-bottom: 12px;
}
.jiathis_style_24x24 .jtico{
    padding-left:0px !important;
}
.select{
    width:186px;
    height:26px;
    border: 1px solid #474a53;
    line-height: 26px;
    font-size: 12px;
    position: relative;
}
.select span{
    font-size: 12px;
    color:#fff;
    float:left;
    width:157px;
    height:26px;
    line-height: 26px;
    text-indent: 5px;
}
.skin a{
	width: 100%;
	text-indent: 5px;
	color: #fff;
	cursor: pointer;
	display:block;
}
.skin a:hover{
	color:#000;
}
.aclikbtn{
    display: block;
    width:28px;
    height:26px;
    float:right;
    background: url("../img/last_118.jpg") no-repeat;
}

.skin{
    width:186px;
    position: absolute;
    bottom:1px;
    background: #3B3F4A;
    border:1px solid #474a53;
    border-bottom:0px none;
    float:left;
    display: none;
    min-height:80px;
    left:-1px;

}
.skin li{
    width:100%;
    text-indent: 5px;
    color:#fff;
    cursor: pointer;
}
.footer-main{
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.skin .ali{
    background: #fff;
    color: #000;
}
.fx{
    float:left;
    color:#fff;
    width: 50px;
    font-size: 12px;
}
.dllist{
	float: left;
	width: 150px;
	min-height: 155px;
	text-align: center;
	font-size: 12px;
}
.dllist dt a{
	color:#fff;
}
.dllist a{
    color:#afb0b4;

}
.dllist a:hover{
    color: #008cd4;
}
.dllist dt{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    text-indent: 44px;
}
.dllist dd{
    line-height: 21px;
    text-indent: 44px;
}
.ma span a{
    color:#000;
}
.ma span a:hover{
    color: #333;
}
.foot{
    width:100%;
    height:65px;
    background: #fff;
}
.fot{
    padding-top: 22px;
    height:20px;
    line-height:20px;
}
.fot a{color:#999999;}
.fot a:hover{color:#000;}
.fot span{
    float:left;
    line-height: 14px;
    color:#999999;
}
.fot p{
    float:left;
    line-height: 20px;
    padding-left: 14px;
    color:#999999;
}
.bans{
    width:1920px;
    height:199px;
    margin:0px auto;
	position:relative;
}
.bans img{
	position:absolute;
	left:0px;
	top:0px;
}
.blns{
    width:1920px;
    height:69px;
    background-size:100% 100% ;
    background: url("../img/about.jpg") repeat-y;
    margin-left: -960px;
    left:50%;
    position: relative;
}
.h{
    width:153px;
    height:69px;
    padding-left:66px;
    position: relative;
    float:left;
    line-height:69px;
}
.h b{
    color:#fff;
    font-size: 18px;
    float:left;
}
.h img{
    position:absolute;
    right:0px;
    bottom:0px;
}
.bastit{
    margin:22px 0px 0px 30px;
}
.bastit li{
    float:left;
    width:91px;
    height:34px;
    margin-right: 12px;

}
.bastit li a{
    display: block;
    width:100%;
    height:100%;
    color:#fff;
    line-height: 34px;
    text-align: center;
}
.bastit li a:hover{
    background: url("../img/hover.png") no-repeat;
}
.bastit .in-on a{
	background: url("../img/hover.png") no-repeat;
}
.join-main{
    padding-top: 60px;

}
.join-main h1{
    width:100%;
    line-height:28px;
    font-weight: bold;
    color:#333;
    text-indent: 3px;
    font-size: 20px;

}
.clins{
    float:left;
    width:100%;
    min-height:391px;
	padding-bottom:40px;
    margin-top: 21px;
    margin-bottom: 1px;
}
.says{
  
    margin-left: 4px;
    padding-top: 24px;
}

.says p{
    font-size: 14px;
    color:#666;
    line-height: 25px;
    margin-bottom: 8px;
    text-indent: 2em;
}
.says a{
    display: block;
    width:176px;
    height:39px;
    background: url("../img/abt_44.png") no-repeat;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    margin-top: 22px;
}
.clins img{
    float:right;
	margin:0px 0px 0px 32px;
}
.sev-th .bastit{
	width:1000%;
}
.sev-th{
	width: 646px;
	overflow:hidden;
	float:left;
}
.sev-btn{
	float:right;
	margin-top: 29px;
}
.sev-btn a{
	display:block;
	width:40px;
	height:40px;
	background:url("../img/bns.png") no-repeat -6px center #840121;
	float:left;
}
.sev-btn a:hover{
	background-color:#BE0A36;
}
.sev-btn  .rtbt{
	background-position:-62px center;
}
.brwon{
    width:100%;
    height:492px;
    background: #f2f2f2;
}
.list-company{
    overflow: inherit;
}
.footmq {
	color: #999;
	height: 50px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 12px;
}
.mfnsn12 {
	float: right;
	overflow: hidden;
}
.mmbm2 {
	height: auto;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
